cert_create: fix makefile to remove executable on 'make realclean'
authorJonathan Wright <[email protected]>
Mon, 30 Apr 2018 14:04:02 +0000 (15:04 +0100)
committerJonathan Wright <[email protected]>
Mon, 30 Apr 2018 16:25:42 +0000 (17:25 +0100)
Spurious whitespace existed in the BINARY shell variable which meant
the cert_tool executable was not being removed on 'make realclean'.

Change-Id: Ibfd2fd17889514f6613e33c6df58d53b9232ec14
Signed-off-by: Jonathan Wright <[email protected]>
tools/cert_create/Makefile

index b0994b8cace0e41d06ff97b8fdfbc879265397b1..8a1958ffaf4e75eb37a202efd7dff89c56b6ec62 100644 (file)
@@ -86,5 +86,5 @@ clean:
        $(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
 
 realclean: clean
-       $(call SHELL_DELETE, ${BINARY})
+       $(call SHELL_DELETE,${BINARY})